home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’96 / PredatorPrey / create_prey.h < prev    next >
Text File  |  1996-06-22  |  122b  |  10 lines

  1. /*    create_prey.h    */
  2.  
  3. #ifndef    __CP__
  4. #define    __CP__
  5.  
  6. void    DoPreyMenu(short);
  7.  
  8. void         prey_seg        (void);
  9.  
  10. #endif    /*    __CP__    */